1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctNhapKho
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.label6 = new System.Windows.Forms.Label();
32             
this.label3 = new System.Windows.Forms.Label();
33             
this.label8 = new System.Windows.Forms.Label();
34             
this.label11 = new System.Windows.Forms.Label();
35             
this.txtTenSanPham = new System.Windows.Forms.TextBox();
36             
this.txtMaSanPham = new System.Windows.Forms.TextBox();
37             
this.txtHanSuDung = new System.Windows.Forms.TextBox();
38             
this.label7 = new System.Windows.Forms.Label();
39             
this.txtNgaySanXuat = new System.Windows.Forms.TextBox();
40             
this.panel1 = new System.Windows.Forms.Panel();
41             
this.txtSoLuong = new System.Windows.Forms.TextBox();
42             
this.cmbDonViTinh = new System.Windows.Forms.ComboBox();
43             
this.panel2 = new System.Windows.Forms.Panel();
44             
this.lblThanhTien = new System.Windows.Forms.Label();
45             
this.label13 = new System.Windows.Forms.Label();
46             
this.txtGiaNhap = new System.Windows.Forms.TextBox();
47             
this.label9 = new System.Windows.Forms.Label();
48             
this.txtGhiChu = new System.Windows.Forms.TextBox();
49             
this.dgvDanhSachNhapKho = new System.Windows.Forms.DataGridView();
50             
this.IdNhapKho = new System.Windows.Forms.DataGridViewTextBoxColumn();
51             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
52             
this.MaSanPham = new System.Windows.Forms.DataGridViewTextBoxColumn();
53             
this.TenSanPham = new System.Windows.Forms.DataGridViewTextBoxColumn();
54             
this.SoLuong = new System.Windows.Forms.DataGridViewTextBoxColumn();
55             
this.TenDonViTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
56             
this.GiaNhap = new System.Windows.Forms.DataGridViewTextBoxColumn();
57             
this.ThanhTiens = new System.Windows.Forms.DataGridViewTextBoxColumn();
58             
this.HanSuDung = new System.Windows.Forms.DataGridViewTextBoxColumn();
59             
this.NgaySanXuat = new System.Windows.Forms.DataGridViewTextBoxColumn();
60             
this.HoVaTen = new System.Windows.Forms.DataGridViewTextBoxColumn();
61             
this.SoDienThoai = new System.Windows.Forms.DataGridViewTextBoxColumn();
62             
this.DiaChi = new System.Windows.Forms.DataGridViewTextBoxColumn();
63             
this.GhiChu = new System.Windows.Forms.DataGridViewTextBoxColumn();
64             
this.GiaBanLe = new System.Windows.Forms.DataGridViewTextBoxColumn();
65             
this.GiaBanBuon = new System.Windows.Forms.DataGridViewTextBoxColumn();
66             
this.TongSoBanGhi = new System.Windows.Forms.DataGridViewTextBoxColumn();
67             
this.chk = new System.Windows.Forms.DataGridViewCheckBoxColumn();
68             
this.DonViTinhId = new System.Windows.Forms.DataGridViewTextBoxColumn();
69             
this.btnTimKhachHang = new System.Windows.Forms.Button();
70             
this.txtGiaBanBuon = new System.Windows.Forms.TextBox();
71             
this.txtGiaBanLe = new System.Windows.Forms.TextBox();
72             
this.label15 = new System.Windows.Forms.Label();
73             
this.btnSua = new System.Windows.Forms.Button();
74             
this.label10 = new System.Windows.Forms.Label();
75             
this.btnXoaTam = new System.Windows.Forms.Button();
76             
this.btnXoa = new System.Windows.Forms.Button();
77             
this.txtHoTen = new System.Windows.Forms.TextBox();
78             
this.label5 = new System.Windows.Forms.Label();
79             
this.btnLuu = new System.Windows.Forms.Button();
80             
this.label2 = new System.Windows.Forms.Label();
81             
this.btnHuy = new System.Windows.Forms.Button();
82             
this.txtDiaChi = new System.Windows.Forms.TextBox();
83             
this.label14 = new System.Windows.Forms.Label();
84             
this.label1 = new System.Windows.Forms.Label();
85             
this.txtSoDienThoai = new System.Windows.Forms.TextBox();
86             
this.label12 = new System.Windows.Forms.Label();
87             
this.tabControlDanhSachNhapKho = new System.Windows.Forms.TabControl();
88             
this.tabPage1 = new System.Windows.Forms.TabPage();
89             
this.dgvSanPhamVuaNhap = new System.Windows.Forms.DataGridView();
90             
this.tabPageDanhSachNhapKho = new System.Windows.Forms.TabPage();
91             
this.label4 = new System.Windows.Forms.Label();
92             
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
93             
this.panel3 = new System.Windows.Forms.Panel();
94             
this.panel4 = new System.Windows.Forms.Panel();
95             
this.panel5 = new System.Windows.Forms.Panel();
96             
this.btnTiep = new System.Windows.Forms.Button();
97             
this.btnSau = new System.Windows.Forms.Button();
98             
this.label16 = new System.Windows.Forms.Label();
99             
this.cmbSoDongHienThi = new System.Windows.Forms.ComboBox();
100             
this.pnlPhanTrang = new System.Windows.Forms.Panel();
101             
this.panel1.SuspendLayout();
102             
this.panel2.SuspendLayout();
103             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachNhapKho)).BeginInit();
104             
this.tabControlDanhSachNhapKho.SuspendLayout();
105             
this.tabPage1.SuspendLayout();
106             ((System.ComponentModel.ISupportInitialize)(
this.dgvSanPhamVuaNhap)).BeginInit();
107             
this.tabPageDanhSachNhapKho.SuspendLayout();
108             
this.tableLayoutPanel1.SuspendLayout();
109             
this.panel3.SuspendLayout();
110             
this.panel4.SuspendLayout();
111             
this.panel5.SuspendLayout();
112             
this.pnlPhanTrang.SuspendLayout();
113             
this.SuspendLayout();
114             
//
115             
// label6
116             
//
117             
this.label6.AutoSize = true;
118             
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
119             
this.label6.Location = new System.Drawing.Point(6, 206);
120             
this.label6.Name = "label6";
121             
this.label6.Size = new System.Drawing.Size(101, 18);
122             
this.label6.TabIndex = 6;
123             
this.label6.Text = "Ngày sản xuất";
124             
//
125             
// label3
126             
//
127             
this.label3.AutoSize = true;
128             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
129             
this.label3.Location = new System.Drawing.Point(5, 50);
130             
this.label3.Name = "label3";
131             
this.label3.Size = new System.Drawing.Size(102, 18);
132             
this.label3.TabIndex = 3;
133             
this.label3.Text = "Tên sản phẩm";
134             
//
135             
// label8
136             
//
137             
this.label8.AutoSize = true;
138             
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
139             
this.label8.Location = new System.Drawing.Point(5, 129);
140             
this.label8.Name = "label8";
141             
this.label8.Size = new System.Drawing.Size(67, 18);
142             
this.label8.TabIndex = 8;
143             
this.label8.Text = "Giá nhập";
144             
//
145             
// label11
146             
//
147             
this.label11.AutoSize = true;
148             
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
149             
this.label11.Location = new System.Drawing.Point(4, 91);
150             
this.label11.Name = "label11";
151             
this.label11.Size = new System.Drawing.Size(67, 18);
152             
this.label11.TabIndex = 21;
153             
this.label11.Text = "Số lượng";
154             
//
155             
// txtTenSanPham
156             
//
157             
this.txtTenSanPham.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
158             | System.Windows.Forms.AnchorStyles.Right)));
159             
this.txtTenSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
160             
this.txtTenSanPham.Location = new System.Drawing.Point(119, 48);
161             
this.txtTenSanPham.Name = "txtTenSanPham";
162             
this.txtTenSanPham.Size = new System.Drawing.Size(306, 26);
163             
this.txtTenSanPham.TabIndex = 11;
164             
//
165             
// txtMaSanPham
166             
//
167             
this.txtMaSanPham.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
168             | System.Windows.Forms.AnchorStyles.Right)));
169             
this.txtMaSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
170             
this.txtMaSanPham.Location = new System.Drawing.Point(119, 11);
171             
this.txtMaSanPham.Name = "txtMaSanPham";
172             
this.txtMaSanPham.Size = new System.Drawing.Size(186, 26);
173             
this.txtMaSanPham.TabIndex = 10;
174             
this.txtMaSanPham.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMaSanPham_KeyDown);
175             
//
176             
// txtHanSuDung
177             
//
178             
this.txtHanSuDung.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
179             
this.txtHanSuDung.Location = new System.Drawing.Point(119, 165);
180             
this.txtHanSuDung.Name = "txtHanSuDung";
181             
this.txtHanSuDung.Size = new System.Drawing.Size(167, 26);
182             
this.txtHanSuDung.TabIndex = 15;
183             
//
184             
// label7
185             
//
186             
this.label7.AutoSize = true;
187             
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
188             
this.label7.Location = new System.Drawing.Point(5, 169);
189             
this.label7.Name = "label7";
190             
this.label7.Size = new System.Drawing.Size(91, 18);
191             
this.label7.TabIndex = 15;
192             
this.label7.Text = "Hạn sử dụng";
193             
//
194             
// txtNgaySanXuat
195             
//
196             
this.txtNgaySanXuat.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
197             
this.txtNgaySanXuat.Location = new System.Drawing.Point(119, 203);
198             
this.txtNgaySanXuat.Name = "txtNgaySanXuat";
199             
this.txtNgaySanXuat.Size = new System.Drawing.Size(167, 26);
200             
this.txtNgaySanXuat.TabIndex = 16;
201             
//
202             
// panel1
203             
//
204             
this.panel1.Controls.Add(this.txtSoLuong);
205             
this.panel1.Controls.Add(this.cmbDonViTinh);
206             
this.panel1.Location = new System.Drawing.Point(119, 85);
207             
this.panel1.Name = "panel1";
208             
this.panel1.Size = new System.Drawing.Size(308, 31);
209             
this.panel1.TabIndex = 22;
210             
//
211             
// txtSoLuong
212             
//
213             
this.txtSoLuong.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
214             
this.txtSoLuong.Location = new System.Drawing.Point(0, 2);
215             
this.txtSoLuong.Name = "txtSoLuong";
216             
this.txtSoLuong.Size = new System.Drawing.Size(123, 26);
217             
this.txtSoLuong.TabIndex = 12;
218             
this.txtSoLuong.TextChanged += new System.EventHandler(this.txtSoLuong_TextChanged);
219             
this.txtSoLuong.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSoLuong_KeyPress);
220             
//
221             
// cmbDonViTinh
222             
//
223             
this.cmbDonViTinh.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
224             | System.Windows.Forms.AnchorStyles.Right)));
225             
this.cmbDonViTinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
226             
this.cmbDonViTinh.FormattingEnabled = true;
227             
this.cmbDonViTinh.Location = new System.Drawing.Point(129, 3);
228             
this.cmbDonViTinh.Name = "cmbDonViTinh";
229             
this.cmbDonViTinh.Size = new System.Drawing.Size(176, 26);
230             
this.cmbDonViTinh.TabIndex = 13;
231             
//
232             
// panel2
233             
//
234             
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
235             
this.panel2.Controls.Add(this.lblThanhTien);
236             
this.panel2.Controls.Add(this.label13);
237             
this.panel2.Controls.Add(this.txtGiaNhap);
238             
this.panel2.Location = new System.Drawing.Point(119, 121);
239             
this.panel2.Name = "panel2";
240             
this.panel2.Size = new System.Drawing.Size(303, 36);
241             
this.panel2.TabIndex = 23;
242             
//
243             
// lblThanhTien
244             
//
245             
this.lblThanhTien.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
246             | System.Windows.Forms.AnchorStyles.Right)));
247             
this.lblThanhTien.AutoSize = true;
248             
this.lblThanhTien.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
249             
this.lblThanhTien.Location = new System.Drawing.Point(184, 7);
250             
this.lblThanhTien.Name = "lblThanhTien";
251             
this.lblThanhTien.Size = new System.Drawing.Size(16, 18);
252             
this.lblThanhTien.TabIndex = 25;
253             
this.lblThanhTien.Text = "0";
254             
//
255             
// label13
256             
//
257             
this.label13.AutoSize = true;
258             
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
259             
this.label13.Location = new System.Drawing.Point(129, 7);
260             
this.label13.Name = "label13";
261             
this.label13.Size = new System.Drawing.Size(39, 18);
262             
this.label13.TabIndex = 15;
263             
this.label13.Text = "VNĐ";
264             
//
265             
// txtGiaNhap
266             
//
267             
this.txtGiaNhap.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
268             
this.txtGiaNhap.Location = new System.Drawing.Point(0, 3);
269             
this.txtGiaNhap.Name = "txtGiaNhap";
270             
this.txtGiaNhap.Size = new System.Drawing.Size(123, 26);
271             
this.txtGiaNhap.TabIndex = 14;
272             
this.txtGiaNhap.TextChanged += new System.EventHandler(this.txtGiaNhap_TextChanged);
273             
this.txtGiaNhap.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGiaNhap_KeyPress);
274             
//
275             
// label9
276             
//
277             
this.label9.AutoSize = true;
278             
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
279             
this.label9.Location = new System.Drawing.Point(12, 87);
280             
this.label9.Name = "label9";
281             
this.label9.Size = new System.Drawing.Size(59, 18);
282             
this.label9.TabIndex = 9;
283             
this.label9.Text = "Ghi chú";
284             
//
285             
// txtGhiChu
286             
//
287             
this.txtGhiChu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
288             | System.Windows.Forms.AnchorStyles.Right)));
289             
this.txtGhiChu.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
290             
this.txtGhiChu.Location = new System.Drawing.Point(126, 87);
291             
this.txtGhiChu.Multiline = true;
292             
this.txtGhiChu.Name = "txtGhiChu";
293             
this.txtGhiChu.Size = new System.Drawing.Size(285, 65);
294             
this.txtGhiChu.TabIndex = 20;
295             
//
296             
// dgvDanhSachNhapKho
297             
//
298             
this.dgvDanhSachNhapKho.AllowUserToAddRows = false;
299             
this.dgvDanhSachNhapKho.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
300             
this.dgvDanhSachNhapKho.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
301             
this.IdNhapKho,
302             
this.STT,
303             
this.MaSanPham,
304             
this.TenSanPham,
305             
this.SoLuong,
306             
this.TenDonViTinh,
307             
this.GiaNhap,
308             
this.ThanhTiens,
309             
this.HanSuDung,
310             
this.NgaySanXuat,
311             
this.HoVaTen,
312             
this.SoDienThoai,
313             
this.DiaChi,
314             
this.GhiChu,
315             
this.GiaBanLe,
316             
this.GiaBanBuon,
317             
this.TongSoBanGhi,
318             
this.chk,
319             
this.DonViTinhId});
320             
this.dgvDanhSachNhapKho.Location = new System.Drawing.Point(3, 3);
321             
this.dgvDanhSachNhapKho.Name = "dgvDanhSachNhapKho";
322             
this.dgvDanhSachNhapKho.Size = new System.Drawing.Size(1239, 221);
323             
this.dgvDanhSachNhapKho.TabIndex = 3;
324             
this.dgvDanhSachNhapKho.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDanhSachNhapKho_CellClick);
325             
this.dgvDanhSachNhapKho.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvDanhSachNhapKho_RowPostPaint);
326             
//
327             
// IdNhapKho
328             
//
329             
this.IdNhapKho.DataPropertyName = "IdNhapKho";
330             
this.IdNhapKho.HeaderText = "IdNhapKho";
331             
this.IdNhapKho.Name = "IdNhapKho";
332             
this.IdNhapKho.Visible = false;
333             
//
334             
// STT
335             
//
336             
this.STT.FillWeight = 40F;
337             
this.STT.HeaderText = "STT";
338             
this.STT.Name = "STT";
339             
this.STT.Width = 40;
340             
//
341             
// MaSanPham
342             
//
343             
this.MaSanPham.DataPropertyName = "MaSanPham";
344             
this.MaSanPham.HeaderText = "Mã sản phẩm";
345             
this.MaSanPham.Name = "MaSanPham";
346             
//
347             
// TenSanPham
348             
//
349             
this.TenSanPham.DataPropertyName = "TenSanPham";
350             
this.TenSanPham.HeaderText = "Tên sản phẩm";
351             
this.TenSanPham.Name = "TenSanPham";
352             
this.TenSanPham.Width = 168;
353             
//
354             
// SoLuong
355             
//
356             
this.SoLuong.DataPropertyName = "SoLuong";
357             
this.SoLuong.FillWeight = 60F;
358             
this.SoLuong.HeaderText = "SL";
359             
this.SoLuong.Name = "SoLuong";
360             
this.SoLuong.Width = 60;
361             
//
362             
// TenDonViTinh
363             
//
364             
this.TenDonViTinh.DataPropertyName = "TenDonViTinh";
365             
this.TenDonViTinh.FillWeight = 80F;
366             
this.TenDonViTinh.HeaderText = "ĐVT";
367             
this.TenDonViTinh.Name = "TenDonViTinh";
368             
this.TenDonViTinh.Width = 80;
369             
//
370             
// GiaNhap
371             
//
372             
this.GiaNhap.DataPropertyName = "GiaNhap";
373             
this.GiaNhap.HeaderText = "Giá nhập";
374             
this.GiaNhap.Name = "GiaNhap";
375             
//
376             
// ThanhTiens
377             
//
378             
this.ThanhTiens.DataPropertyName = "ThanhTien";
379             
this.ThanhTiens.HeaderText = "Thành tiền";
380             
this.ThanhTiens.Name = "ThanhTiens";
381             
//
382             
// HanSuDung
383             
//
384             
this.HanSuDung.DataPropertyName = "HanSuDung";
385             
this.HanSuDung.FillWeight = 70F;
386             
this.HanSuDung.HeaderText = "HSD";
387             
this.HanSuDung.Name = "HanSuDung";
388             
this.HanSuDung.Width = 70;
389             
//
390             
// NgaySanXuat
391             
//
392             
this.NgaySanXuat.DataPropertyName = "NgaySanXuat";
393             
this.NgaySanXuat.FillWeight = 70F;
394             
this.NgaySanXuat.HeaderText = "NSX";
395             
this.NgaySanXuat.Name = "NgaySanXuat";
396             
this.NgaySanXuat.Width = 70;
397             
//
398             
// HoVaTen
399             
//
400             
this.HoVaTen.DataPropertyName = "HoVaTen";
401             
this.HoVaTen.HeaderText = "Họ và tên";
402             
this.HoVaTen.Name = "HoVaTen";
403             
//
404             
// SoDienThoai
405             
//
406             
this.SoDienThoai.DataPropertyName = "SoDienThoai";
407             
this.SoDienThoai.HeaderText = "Số điện thoại";
408             
this.SoDienThoai.Name = "SoDienThoai";
409             
//
410             
// DiaChi
411             
//
412             
this.DiaChi.DataPropertyName = "DiaChi";
413             
this.DiaChi.HeaderText = "Địa chỉ";
414             
this.DiaChi.Name = "DiaChi";
415             
//
416             
// GhiChu
417             
//
418             
this.GhiChu.DataPropertyName = "GhiChu";
419             
this.GhiChu.HeaderText = "Ghi chú";
420             
this.GhiChu.Name = "GhiChu";
421             
//
422             
// GiaBanLe
423             
//
424             
this.GiaBanLe.HeaderText = "Giá bán lẻ";
425             
this.GiaBanLe.Name = "GiaBanLe";
426             
//
427             
// GiaBanBuon
428             
//
429             
this.GiaBanBuon.HeaderText = "Giá bán buôn";
430             
this.GiaBanBuon.Name = "GiaBanBuon";
431             
//
432             
// TongSoBanGhi
433             
//
434             
this.TongSoBanGhi.HeaderText = "TongSoBanGhi";
435             
this.TongSoBanGhi.Name = "TongSoBanGhi";
436             
this.TongSoBanGhi.Visible = false;
437             
//
438             
// chk
439             
//
440             
this.chk.FillWeight = 40F;
441             
this.chk.HeaderText = "Chọn";
442             
this.chk.Name = "chk";
443             
this.chk.Width = 40;
444             
//
445             
// DonViTinhId
446             
//
447             
this.DonViTinhId.DataPropertyName = "DonViTinhId";
448             
this.DonViTinhId.HeaderText = "DonViTinhId";
449             
this.DonViTinhId.Name = "DonViTinhId";
450             
this.DonViTinhId.Visible = false;
451             
//
452             
// btnTimKhachHang
453             
//
454             
this.btnTimKhachHang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
455             
this.btnTimKhachHang.Location = new System.Drawing.Point(249, 5);
456             
this.btnTimKhachHang.Name = "btnTimKhachHang";
457             
this.btnTimKhachHang.Size = new System.Drawing.Size(52, 32);
458             
this.btnTimKhachHang.TabIndex = 36;
459             
this.btnTimKhachHang.Text = "Tìm";
460             
this.btnTimKhachHang.UseVisualStyleBackColor = true;
461             
this.btnTimKhachHang.Click += new System.EventHandler(this.btnTimKhachHang_Click);
462             
//
463             
// txtGiaBanBuon
464             
//
465             
this.txtGiaBanBuon.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
466             | System.Windows.Forms.AnchorStyles.Right)));
467             
this.txtGiaBanBuon.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
468             
this.txtGiaBanBuon.Location = new System.Drawing.Point(126, 48);
469             
this.txtGiaBanBuon.Name = "txtGiaBanBuon";
470             
this.txtGiaBanBuon.Size = new System.Drawing.Size(169, 26);
471             
this.txtGiaBanBuon.TabIndex = 35;
472             
this.txtGiaBanBuon.TextChanged += new System.EventHandler(this.txtGiaBanBuon_TextChanged);
473             
this.txtGiaBanBuon.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGiaBanBuon_KeyPress);
474             
//
475             
// txtGiaBanLe
476             
//
477             
this.txtGiaBanLe.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
478             | System.Windows.Forms.AnchorStyles.Right)));
479             
this.txtGiaBanLe.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
480             
this.txtGiaBanLe.Location = new System.Drawing.Point(126, 7);
481             
this.txtGiaBanLe.Name = "txtGiaBanLe";
482             
this.txtGiaBanLe.Size = new System.Drawing.Size(169, 26);
483             
this.txtGiaBanLe.TabIndex = 34;
484             
this.txtGiaBanLe.TextChanged += new System.EventHandler(this.txtGiaBanLe_TextChanged);
485             
this.txtGiaBanLe.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGiaBanLe_KeyPress);
486             
//
487             
// label15
488             
//
489             
this.label15.AutoSize = true;
490             
this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
491             
this.label15.Location = new System.Drawing.Point(12, 52);
492             
this.label15.Name = "label15";
493             
this.label15.Size = new System.Drawing.Size(96, 18);
494             
this.label15.TabIndex = 33;
495             
this.label15.Text = "Giá bán buôn";
496             
//
497             
// btnSua
498             
//
499             
this.btnSua.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
500             
this.btnSua.Location = new System.Drawing.Point(114, 178);
501             
this.btnSua.Name = "btnSua";
502             
this.btnSua.Size = new System.Drawing.Size(75, 26);
503             
this.btnSua.TabIndex = 1;
504             
this.btnSua.Text = "Sửa";
505             
this.btnSua.UseVisualStyleBackColor = true;
506             
this.btnSua.Click += new System.EventHandler(this.btnSua_Click);
507             
//
508             
// label10
509             
//
510             
this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
511             
this.label10.AutoSize = true;
512             
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
513             
this.label10.Location = new System.Drawing.Point(311, 16);
514             
this.label10.Name = "label10";
515             
this.label10.Size = new System.Drawing.Size(115, 13);
516             
this.label10.TabIndex = 32;
517             
this.label10.Text = "Nhấn Enter để tiếp tục";
518             
//
519             
// btnXoaTam
520             
//
521             
this.btnXoaTam.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
522             
this.btnXoaTam.Location = new System.Drawing.Point(306, 5);
523             
this.btnXoaTam.Name = "btnXoaTam";
524             
this.btnXoaTam.Size = new System.Drawing.Size(44, 32);
525             
this.btnXoaTam.TabIndex = 18;
526             
this.btnXoaTam.Text = "Clear";
527             
this.btnXoaTam.UseVisualStyleBackColor = true;
528             
this.btnXoaTam.Click += new System.EventHandler(this.btnXoaTam_Click);
529             
//
530             
// btnXoa
531             
//
532             
this.btnXoa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
533             
this.btnXoa.Location = new System.Drawing.Point(33, 178);
534             
this.btnXoa.Name = "btnXoa";
535             
this.btnXoa.Size = new System.Drawing.Size(75, 26);
536             
this.btnXoa.TabIndex = 2;
537             
this.btnXoa.Text = "Xóa";
538             
this.btnXoa.UseVisualStyleBackColor = true;
539             
this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
540             
//
541             
// txtHoTen
542             
//
543             
this.txtHoTen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
544             | System.Windows.Forms.AnchorStyles.Right)));
545             
this.txtHoTen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
546             
this.txtHoTen.Location = new System.Drawing.Point(123, 48);
547             
this.txtHoTen.Name = "txtHoTen";
548             
this.txtHoTen.Size = new System.Drawing.Size(227, 26);
549             
this.txtHoTen.TabIndex = 17;
550             
//
551             
// label5
552             
//
553             
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
554             | System.Windows.Forms.AnchorStyles.Right)));
555             
this.label5.AutoSize = true;
556             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
557             
this.label5.Location = new System.Drawing.Point(14, 48);
558             
this.label5.Name = "label5";
559             
this.label5.Size = new System.Drawing.Size(71, 18);
560             
this.label5.TabIndex = 6;
561             
this.label5.Text = "Họ và tên";
562             
//
563             
// btnLuu
564             
//
565             
this.btnLuu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
566             
this.btnLuu.Location = new System.Drawing.Point(276, 178);
567             
this.btnLuu.Name = "btnLuu";
568             
this.btnLuu.Size = new System.Drawing.Size(75, 26);
569             
this.btnLuu.TabIndex = 4;
570             
this.btnLuu.Text = "Thêm mới";
571             
this.btnLuu.UseVisualStyleBackColor = true;
572             
this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
573             
//
574             
// label2
575             
//
576             
this.label2.AutoSize = true;
577             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
578             
this.label2.Location = new System.Drawing.Point(12, 11);
579             
this.label2.Name = "label2";
580             
this.label2.Size = new System.Drawing.Size(74, 18);
581             
this.label2.TabIndex = 30;
582             
this.label2.Text = "Giá bán lẻ";
583             
//
584             
// btnHuy
585             
//
586             
this.btnHuy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
587             
this.btnHuy.Location = new System.Drawing.Point(195, 178);
588             
this.btnHuy.Name = "btnHuy";
589             
this.btnHuy.Size = new System.Drawing.Size(75, 26);
590             
this.btnHuy.TabIndex = 3;
591             
this.btnHuy.Text = "Hủy";
592             
this.btnHuy.UseVisualStyleBackColor = true;
593             
this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click);
594             
//
595             
// txtDiaChi
596             
//
597             
this.txtDiaChi.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
598             | System.Windows.Forms.AnchorStyles.Right)));
599             
this.txtDiaChi.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
600             
this.txtDiaChi.Location = new System.Drawing.Point(123, 78);
601             
this.txtDiaChi.Multiline = true;
602             
this.txtDiaChi.Name = "txtDiaChi";
603             
this.txtDiaChi.Size = new System.Drawing.Size(226, 32);
604             
this.txtDiaChi.TabIndex = 29;
605             
//
606             
// label14
607             
//
608             
this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
609             | System.Windows.Forms.AnchorStyles.Right)));
610             
this.label14.AutoSize = true;
611             
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
612             
this.label14.Location = new System.Drawing.Point(14, 85);
613             
this.label14.Name = "label14";
614             
this.label14.Size = new System.Drawing.Size(53, 18);
615             
this.label14.TabIndex = 19;
616             
this.label14.Text = "Địa chỉ";
617             
//
618             
// label1
619             
//
620             
this.label1.AutoSize = true;
621             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
622             
this.label1.Location = new System.Drawing.Point(5, 11);
623             
this.label1.Name = "label1";
624             
this.label1.Size = new System.Drawing.Size(98, 18);
625             
this.label1.TabIndex = 24;
626             
this.label1.Text = "Mã sản phẩm";
627             
//
628             
// txtSoDienThoai
629             
//
630             
this.txtSoDienThoai.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
631             | System.Windows.Forms.AnchorStyles.Right)));
632             
this.txtSoDienThoai.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
633             
this.txtSoDienThoai.Location = new System.Drawing.Point(123, 7);
634             
this.txtSoDienThoai.Name = "txtSoDienThoai";
635             
this.txtSoDienThoai.Size = new System.Drawing.Size(123, 26);
636             
this.txtSoDienThoai.TabIndex = 28;
637             
this.txtSoDienThoai.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSoDienThoai_KeyDown);
638             
//
639             
// label12
640             
//
641             
this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
642             | System.Windows.Forms.AnchorStyles.Right)));
643             
this.label12.AutoSize = true;
644             
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
645             
this.label12.Location = new System.Drawing.Point(14, 11);
646             
this.label12.Name = "label12";
647             
this.label12.Size = new System.Drawing.Size(94, 18);
648             
this.label12.TabIndex = 18;
649             
this.label12.Text = "Số điện thoại";
650             
//
651             
// tabControlDanhSachNhapKho
652             
//
653             
this.tabControlDanhSachNhapKho.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
654             | System.Windows.Forms.AnchorStyles.Right)));
655             
this.tabControlDanhSachNhapKho.Controls.Add(this.tabPage1);
656             
this.tabControlDanhSachNhapKho.Controls.Add(this.tabPageDanhSachNhapKho);
657             
this.tabControlDanhSachNhapKho.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
658             
this.tabControlDanhSachNhapKho.Location = new System.Drawing.Point(21, 322);
659             
this.tabControlDanhSachNhapKho.Name = "tabControlDanhSachNhapKho";
660             
this.tabControlDanhSachNhapKho.SelectedIndex = 0;
661             
this.tabControlDanhSachNhapKho.Size = new System.Drawing.Size(1253, 292);
662             
this.tabControlDanhSachNhapKho.TabIndex = 8;
663             
this.tabControlDanhSachNhapKho.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabDanhSachNhapKho_Selected);
664             
//
665             
// tabPage1
666             
//
667             
this.tabPage1.Controls.Add(this.dgvSanPhamVuaNhap);
668             
this.tabPage1.Location = new System.Drawing.Point(4, 27);
669             
this.tabPage1.Name = "tabPage1";
670             
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
671             
this.tabPage1.Size = new System.Drawing.Size(1245, 261);
672             
this.tabPage1.TabIndex = 0;
673             
this.tabPage1.Text = "Sản phẩm vừa nhập";
674             
this.tabPage1.UseVisualStyleBackColor = true;
675             
//
676             
// dgvSanPhamVuaNhap
677             
//
678             
this.dgvSanPhamVuaNhap.AllowUserToAddRows = false;
679             
this.dgvSanPhamVuaNhap.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
680             
this.dgvSanPhamVuaNhap.Dock = System.Windows.Forms.DockStyle.Fill;
681             
this.dgvSanPhamVuaNhap.Location = new System.Drawing.Point(3, 3);
682             
this.dgvSanPhamVuaNhap.Name = "dgvSanPhamVuaNhap";
683             
this.dgvSanPhamVuaNhap.Size = new System.Drawing.Size(1239, 255);
684             
this.dgvSanPhamVuaNhap.TabIndex = 0;
685             
//
686             
// tabPageDanhSachNhapKho
687             
//
688             
this.tabPageDanhSachNhapKho.Controls.Add(this.dgvDanhSachNhapKho);
689             
this.tabPageDanhSachNhapKho.Location = new System.Drawing.Point(4, 27);
690             
this.tabPageDanhSachNhapKho.Name = "tabPageDanhSachNhapKho";
691             
this.tabPageDanhSachNhapKho.Padding = new System.Windows.Forms.Padding(3);
692             
this.tabPageDanhSachNhapKho.Size = new System.Drawing.Size(1245, 261);
693             
this.tabPageDanhSachNhapKho.TabIndex = 1;
694             
this.tabPageDanhSachNhapKho.Text = "Danh sách sản phẩm trong kho";
695             
this.tabPageDanhSachNhapKho.UseVisualStyleBackColor = true;
696             
//
697             
// label4
698             
//
699             
this.label4.AutoSize = true;
700             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
701             
this.label4.Location = new System.Drawing.Point(600, 10);
702             
this.label4.Name = "label4";
703             
this.label4.Size = new System.Drawing.Size(156, 37);
704             
this.label4.TabIndex = 31;
705             
this.label4.Text = "Nhập kho";
706             
//
707             
// tableLayoutPanel1
708             
//
709             
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
710             | System.Windows.Forms.AnchorStyles.Right)));
711             
this.tableLayoutPanel1.ColumnCount = 3;
712             
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 51.72018F));
713             
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 48.27982F));
714             
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 376F));
715             
this.tableLayoutPanel1.Controls.Add(this.panel3, 2, 0);
716             
this.tableLayoutPanel1.Controls.Add(this.panel4, 1, 0);
717             
this.tableLayoutPanel1.Controls.Add(this.panel5, 0, 0);
718             
this.tableLayoutPanel1.Location = new System.Drawing.Point(21, 64);
719             
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
720             
this.tableLayoutPanel1.RowCount = 1;
721             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
722             
this.tableLayoutPanel1.Size = new System.Drawing.Size(1246, 249);
723             
this.tableLayoutPanel1.TabIndex = 32;
724             
//
725             
// panel3
726             
//
727             
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
728             | System.Windows.Forms.AnchorStyles.Left)
729             | System.Windows.Forms.AnchorStyles.Right)));
730             
this.panel3.Controls.Add(this.btnSua);
731             
this.panel3.Controls.Add(this.btnTimKhachHang);
732             
this.panel3.Controls.Add(this.btnXoa);
733             
this.panel3.Controls.Add(this.btnLuu);
734             
this.panel3.Controls.Add(this.label12);
735             
this.panel3.Controls.Add(this.btnHuy);
736             
this.panel3.Controls.Add(this.txtSoDienThoai);
737             
this.panel3.Controls.Add(this.label5);
738             
this.panel3.Controls.Add(this.txtHoTen);
739             
this.panel3.Controls.Add(this.btnXoaTam);
740             
this.panel3.Controls.Add(this.label14);
741             
this.panel3.Controls.Add(this.txtDiaChi);
742             
this.panel3.Location = new System.Drawing.Point(872, 3);
743             
this.panel3.Name = "panel3";
744             
this.panel3.Size = new System.Drawing.Size(371, 243);
745             
this.panel3.TabIndex = 0;
746             
//
747             
// panel4
748             
//
749             
this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
750             | System.Windows.Forms.AnchorStyles.Left)
751             | System.Windows.Forms.AnchorStyles.Right)));
752             
this.panel4.Controls.Add(this.txtGiaBanBuon);
753             
this.panel4.Controls.Add(this.label2);
754             
this.panel4.Controls.Add(this.txtGiaBanLe);
755             
this.panel4.Controls.Add(this.txtGhiChu);
756             
this.panel4.Controls.Add(this.label15);
757             
this.panel4.Controls.Add(this.label9);
758             
this.panel4.Location = new System.Drawing.Point(452, 3);
759             
this.panel4.Name = "panel4";
760             
this.panel4.Size = new System.Drawing.Size(414, 243);
761             
this.panel4.TabIndex = 1;
762             
//
763             
// panel5
764             
//
765             
this.panel5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
766             | System.Windows.Forms.AnchorStyles.Left)
767             | System.Windows.Forms.AnchorStyles.Right)));
768             
this.panel5.Controls.Add(this.label1);
769             
this.panel5.Controls.Add(this.label10);
770             
this.panel5.Controls.Add(this.panel1);
771             
this.panel5.Controls.Add(this.txtMaSanPham);
772             
this.panel5.Controls.Add(this.txtNgaySanXuat);
773             
this.panel5.Controls.Add(this.txtTenSanPham);
774             
this.panel5.Controls.Add(this.txtHanSuDung);
775             
this.panel5.Controls.Add(this.label3);
776             
this.panel5.Controls.Add(this.label6);
777             
this.panel5.Controls.Add(this.label11);
778             
this.panel5.Controls.Add(this.panel2);
779             
this.panel5.Controls.Add(this.label8);
780             
this.panel5.Controls.Add(this.label7);
781             
this.panel5.Location = new System.Drawing.Point(3, 3);
782             
this.panel5.Name = "panel5";
783             
this.panel5.Size = new System.Drawing.Size(443, 243);
784             
this.panel5.TabIndex = 2;
785             
//
786             
// btnTiep
787             
//
788             
this.btnTiep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
789             
this.btnTiep.Location = new System.Drawing.Point(363, 0);
790             
this.btnTiep.Name = "btnTiep";
791             
this.btnTiep.Size = new System.Drawing.Size(75, 30);
792             
this.btnTiep.TabIndex = 33;
793             
this.btnTiep.Text = ">>";
794             
this.btnTiep.UseVisualStyleBackColor = true;
795             
this.btnTiep.Click += new System.EventHandler(this.btnTiep_Click);
796             
//
797             
// btnSau
798             
//
799             
this.btnSau.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
800             
this.btnSau.Location = new System.Drawing.Point(282, 0);
801             
this.btnSau.Name = "btnSau";
802             
this.btnSau.Size = new System.Drawing.Size(75, 30);
803             
this.btnSau.TabIndex = 34;
804             
this.btnSau.Text = "<<";
805             
this.btnSau.UseVisualStyleBackColor = true;
806             
this.btnSau.Click += new System.EventHandler(this.btnSau_Click);
807             
//
808             
// label16
809             
//
810             
this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
811             
this.label16.AutoSize = true;
812             
this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
813             
this.label16.Location = new System.Drawing.Point(130, 5);
814             
this.label16.Name = "label16";
815             
this.label16.Size = new System.Drawing.Size(57, 18);
816             
this.label16.TabIndex = 35;
817             
this.label16.Text = "Hiển thị";
818             
//
819             
// cmbSoDongHienThi
820             
//
821             
this.cmbSoDongHienThi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
822             
this.cmbSoDongHienThi.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
823             
this.cmbSoDongHienThi.FormattingEnabled = true;
824             
this.cmbSoDongHienThi.Location = new System.Drawing.Point(193, 3);
825             
this.cmbSoDongHienThi.Name = "cmbSoDongHienThi";
826             
this.cmbSoDongHienThi.Size = new System.Drawing.Size(84, 26);
827             
this.cmbSoDongHienThi.TabIndex = 36;
828             
this.cmbSoDongHienThi.SelectionChangeCommitted += new System.EventHandler(this.cmbSoDongHienThi_SelectionChangeCommitted);
829             
//
830             
// pnlPhanTrang
831             
//
832             
this.pnlPhanTrang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
833             
this.pnlPhanTrang.Controls.Add(this.btnTiep);
834             
this.pnlPhanTrang.Controls.Add(this.cmbSoDongHienThi);
835             
this.pnlPhanTrang.Controls.Add(this.btnSau);
836             
this.pnlPhanTrang.Controls.Add(this.label16);
837             
this.pnlPhanTrang.Location = new System.Drawing.Point(826, 310);
838             
this.pnlPhanTrang.Name = "pnlPhanTrang";
839             
this.pnlPhanTrang.Size = new System.Drawing.Size(440, 34);
840             
this.pnlPhanTrang.TabIndex = 37;
841             
//
842             
// uctNhapKho
843             
//
844             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
845             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
846             
this.AutoScroll = true;
847             
this.Controls.Add(this.pnlPhanTrang);
848             
this.Controls.Add(this.tableLayoutPanel1);
849             
this.Controls.Add(this.label4);
850             
this.Controls.Add(this.tabControlDanhSachNhapKho);
851             
this.Name = "uctNhapKho";
852             
this.Size = new System.Drawing.Size(1292, 646);
853             
this.Load += new System.EventHandler(this.uctNhapKho_Load);
854             
this.panel1.ResumeLayout(false);
855             
this.panel1.PerformLayout();
856             
this.panel2.ResumeLayout(false);
857             
this.panel2.PerformLayout();
858             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachNhapKho)).EndInit();
859             
this.tabControlDanhSachNhapKho.ResumeLayout(false);
860             
this.tabPage1.ResumeLayout(false);
861             ((System.ComponentModel.ISupportInitialize)(
this.dgvSanPhamVuaNhap)).EndInit();
862             
this.tabPageDanhSachNhapKho.ResumeLayout(false);
863             
this.tableLayoutPanel1.ResumeLayout(false);
864             
this.panel3.ResumeLayout(false);
865             
this.panel3.PerformLayout();
866             
this.panel4.ResumeLayout(false);
867             
this.panel4.PerformLayout();
868             
this.panel5.ResumeLayout(false);
869             
this.panel5.PerformLayout();
870             
this.pnlPhanTrang.ResumeLayout(false);
871             
this.pnlPhanTrang.PerformLayout();
872             
this.ResumeLayout(false);
873             
this.PerformLayout();
874
875         }
876
877         
#endregion
878
879         
private System.Windows.Forms.Label label6;
880         
private System.Windows.Forms.Label label3;
881         
private System.Windows.Forms.Label label8;
882         
private System.Windows.Forms.Label label9;
883         
private System.Windows.Forms.TextBox txtGhiChu;
884         
private System.Windows.Forms.TextBox txtGiaNhap;
885         
private System.Windows.Forms.TextBox txtTenSanPham;
886         
private System.Windows.Forms.TextBox txtMaSanPham;
887         
private System.Windows.Forms.ComboBox cmbDonViTinh;
888         
private System.Windows.Forms.DataGridView dgvDanhSachNhapKho;
889         
private System.Windows.Forms.Label label5;
890         
private System.Windows.Forms.TextBox txtHoTen;
891         
private System.Windows.Forms.Button btnHuy;
892         
private System.Windows.Forms.Button btnSua;
893         
private System.Windows.Forms.TextBox txtHanSuDung;
894         
private System.Windows.Forms.TextBox txtNgaySanXuat;
895         
private System.Windows.Forms.Label label7;
896         
private System.Windows.Forms.Label label11;
897         
private System.Windows.Forms.TextBox txtSoLuong;
898         
private System.Windows.Forms.Panel panel1;
899         
private System.Windows.Forms.Panel panel2;
900         
private System.Windows.Forms.Label lblThanhTien;
901         
private System.Windows.Forms.TextBox txtSoDienThoai;
902         
private System.Windows.Forms.TextBox txtDiaChi;
903         
private System.Windows.Forms.Label label14;
904         
private System.Windows.Forms.Label label12;
905         
private System.Windows.Forms.Button btnLuu;
906         
private System.Windows.Forms.Label label13;
907         
private System.Windows.Forms.Button btnXoaTam;
908         
private System.Windows.Forms.TabControl tabControlDanhSachNhapKho;
909         
private System.Windows.Forms.TabPage tabPage1;
910         
private System.Windows.Forms.DataGridView dgvSanPhamVuaNhap;
911         
private System.Windows.Forms.TabPage tabPageDanhSachNhapKho;
912         
private System.Windows.Forms.Button btnXoa;
913         
private System.Windows.Forms.Label label1;
914         
private System.Windows.Forms.Label label2;
915         
private System.Windows.Forms.Label label4;
916         
private System.Windows.Forms.Label label10;
917         
private System.Windows.Forms.TextBox txtGiaBanBuon;
918         
private System.Windows.Forms.TextBox txtGiaBanLe;
919         
private System.Windows.Forms.Label label15;
920         
private System.Windows.Forms.Button btnTimKhachHang;
921         
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
922         
private System.Windows.Forms.Panel panel3;
923         
private System.Windows.Forms.Panel panel4;
924         
private System.Windows.Forms.Panel panel5;
925         
private System.Windows.Forms.Button btnTiep;
926         
private System.Windows.Forms.Button btnSau;
927         
private System.Windows.Forms.Label label16;
928         
private System.Windows.Forms.ComboBox cmbSoDongHienThi;
929         
private System.Windows.Forms.Panel pnlPhanTrang;
930         
private System.Windows.Forms.DataGridViewTextBoxColumn IdNhapKho;
931         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
932         
private System.Windows.Forms.DataGridViewTextBoxColumn MaSanPham;
933         
private System.Windows.Forms.DataGridViewTextBoxColumn TenSanPham;
934         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuong;
935         
private System.Windows.Forms.DataGridViewTextBoxColumn TenDonViTinh;
936         
private System.Windows.Forms.DataGridViewTextBoxColumn GiaNhap;
937         
private System.Windows.Forms.DataGridViewTextBoxColumn ThanhTiens;
938         
private System.Windows.Forms.DataGridViewTextBoxColumn HanSuDung;
939         
private System.Windows.Forms.DataGridViewTextBoxColumn NgaySanXuat;
940         
private System.Windows.Forms.DataGridViewTextBoxColumn HoVaTen;
941         
private System.Windows.Forms.DataGridViewTextBoxColumn SoDienThoai;
942         
private System.Windows.Forms.DataGridViewTextBoxColumn DiaChi;
943         
private System.Windows.Forms.DataGridViewTextBoxColumn GhiChu;
944         
private System.Windows.Forms.DataGridViewTextBoxColumn GiaBanLe;
945         
private System.Windows.Forms.DataGridViewTextBoxColumn GiaBanBuon;
946         
private System.Windows.Forms.DataGridViewTextBoxColumn TongSoBanGhi;
947         
private System.Windows.Forms.DataGridViewCheckBoxColumn chk;
948         
private System.Windows.Forms.DataGridViewTextBoxColumn DonViTinhId;
949
950
951
952
953
954
955
956
957
958
959
960
961     }
962 }


Gõ tìm kiếm nhanh...